GetSamplingProfileResponse

data class GetSamplingProfileResponse(profile: SamplingProfile)

Represents response frame that is returned from Memory#getSamplingProfile operation call. Retrieve native memory allocations profile collected since last startSampling call.

See also

Constructors

GetSamplingProfileResponse
Link copied to clipboard
fun GetSamplingProfileResponse(profile: SamplingProfile)

Properties

profile
Link copied to clipboard
val profile: SamplingProfile

Sources

jvm source
Link copied to clipboard